Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attribute anonymizer #235

Merged
merged 12 commits into from
Dec 4, 2024
Merged

Attribute anonymizer #235

merged 12 commits into from
Dec 4, 2024

Conversation

madox2
Copy link
Contributor

@madox2 madox2 commented Nov 27, 2024

This is an initial implementation of attribute anonymizer

@madox2 madox2 requested a review from tchrapovic November 27, 2024 09:21
@@ -49,8 +54,12 @@ public class ExportMiningConsumerWorker extends AbstractWriterConsumerWorker<Exp
private int processedRoleIterator = 0;
private int processedUserIterator = 0;
private int processedOrgIterator = 0;
private final SequentialAnonymizer defaultAttributeNameAnonymizer = new SequentialAnonymizer("default_attr");
private final SequentialAnonymizer extensionAttributeNameAnonymizer = new SequentialAnonymizer("extension_attr");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please verify if this work on multiple threads.

@madox2 madox2 marked this pull request as draft November 27, 2024 09:31
@madox2 madox2 merged commit ed6a193 into master Dec 4, 2024
@madox2 madox2 deleted the attribute-anonymizer branch December 4, 2024 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants